翻訳と辞書
Words near each other
・ Pergamon 2nd Life
・ Pergamon Altar
・ Pergamon Bridge
・ Pergamon Museum
・ Performance measurement period
・ Performance medicine
・ Performance metric
・ Performance Network Theatre
・ Performance of Left Front in Lok Sabha elections
・ Performance of Sant Narcís
・ Performance operational analysis
・ Performance package
・ Performance paradox
・ Performance per watt
・ Performance poetry
Performance prediction
・ Performance problem (organizational development)
・ Performance Propellers
・ Performance Racing
・ Performance Racing Industry
・ Performance Racing Network
・ Performance Ranking of Scientific Papers for World Universities
・ Performance Rating
・ Performance rating (work measurement)
・ Performance report
・ Performance Research
・ Performance Review
・ Performance Rights Act
・ Performance rights organisation
・ Performance Rockin' the Fillmore


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Performance prediction : ウィキペディア英語版
Performance prediction

In computer science, performance prediction means to estimate the execution time or other performance factors (such as cache misses) of a program on a given computer. It is being widely used for computer architects to evaluate new computer designs, for compiler writers to explore new optimizations, and also for advanced developers to tune their programs.
There are many approaches to predict program 's performance on computers. They can be roughly divided into three major categories:
* simulation-based prediction
* profile-based prediction
* analytical modeling
==Simulation-based prediction==
Performance data can be directly obtained from computer simulators, within which each instruction of the target program is actually dynamically executed given a particular input data set. Simulators can predict program's performance very accurately, but takes considerable time to handle large programs. Examples include the (PACE ) and (Wisconsin Wind Tunnel ) simulators as well as the more recent (WARPP ) simulation toolkit which attempts to significantly reduce the time required for parallel system simulation.
Another approach, based on trace-based simulation does not run every instruction, but runs a trace file which store important program events only. This approach loses some flexibility and accuracy compared to cycle-accurate simulation mentioned above but can be much faster. The generation of traces often consumes considerable amounts of storage space and can severely impact the runtime of applications if large amount of data are recorded during execution.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Performance prediction」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.